﻿/*公司荣誉*/
.picCenter {
    width: 100%;
    margin: 15px auto;
}

.xinxiIcon {
    margin: 0 0 -20px auto;
}

    .xinxiIcon img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.photo_img img {
    box-sizing: border-box;
    width: 200px;
    height: 130px;
    border: 1px solid #fff;
    transition: all .7s ease 0s;
}

    .photo_img img:hover {
        box-sizing: border-box;
        box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
        -webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
        -moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
        transform: scale(1.02);
    }

.photo_nr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px auto;
}

.informationText {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

    .informationText span {
        background: #ffffff;
        color: #1C1F86;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photo_nr ul li {
    float: left;
    margin: 0 35px;
    line-height: 30px;
    text-align: center;
}

.photo_nr p {
    padding: 0;
    margin: 0;
    text-indent: 0px;
}
/*左右移动background: url(img/e_left.png) no-repeat;*/
#LeftArr {
    width: 30px;
    margin-left: -5px;
    text-decoration: none;
    color: #323232;
    float: left;
    list-style: none;
    vertical-align: middle;
    line-height:150px;
}

#RightArr {
    width: 30px;
    margin-right: -5px;
    text-decoration: none;
    color: #323232;
    float: left;
    list-style: none;
    vertical-align: middle;
    line-height: 150px;
}